'gtkstylepropertyprivate.h',
'gtkstyleproviderprivate.h',
'gtktestatcontextprivate.h',
+ 'gtktextattributes.h',
'gtktextbufferprivate.h',
'gtktextchildprivate.h',
'gtktextdisplayprivate.h',
return dest;
}
-G_DEFINE_BOXED_TYPE (GtkTextAttributes, gtk_text_attributes,
- gtk_text_attributes_ref,
- gtk_text_attributes_unref)
-
/**
* gtk_text_attributes_copy_values:
* @src: a #GtkTextAttributes
G_BEGIN_DECLS
typedef struct _GtkTextAttributes GtkTextAttributes;
-
-#define GTK_TYPE_TEXT_ATTRIBUTES (gtk_text_attributes_get_type ())
-
typedef struct _GtkTextAppearance GtkTextAppearance;
/**
char *font_features;
};
-GDK_AVAILABLE_IN_ALL
GtkTextAttributes* gtk_text_attributes_new (void);
-GDK_AVAILABLE_IN_ALL
GtkTextAttributes* gtk_text_attributes_copy (GtkTextAttributes *src);
-GDK_AVAILABLE_IN_ALL
void gtk_text_attributes_copy_values (GtkTextAttributes *src,
GtkTextAttributes *dest);
-GDK_AVAILABLE_IN_ALL
void gtk_text_attributes_unref (GtkTextAttributes *values);
-GDK_AVAILABLE_IN_ALL
GtkTextAttributes *gtk_text_attributes_ref (GtkTextAttributes *values);
-GDK_AVAILABLE_IN_ALL
-GType gtk_text_attributes_get_type (void) G_GNUC_CONST;
-
-
G_END_DECLS
#endif
-